[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     pop(ARRAY)

     pop ARRAY

             Pops and returns the last value of the array,  shor-
             tening the array by 1.  Has the same effect as

                  $tmp = $ARRAY[$#ARRAY--];

             If there are no elements in the array,  returns  the
             undefined value.

See Also: push
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson